home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / GMSMTH01.ZIP / TITLE3D.MAK < prev    next >
Encoding:
Text File  |  1995-12-02  |  288 b   |  18 lines

  1. # make file for the tank_ii game
  2. #
  3. #rules
  4.  
  5. .c.obj:
  6.         bcc -mm $. >> tcc.out
  7.  
  8. .asm.obj:
  9.         tasm /mx /ml /m2 $. >> tcc.out
  10.  
  11.  
  12. c:\game\demo\title3d.exe: \
  13.         initsign.obj\
  14.         movesign.obj\
  15.         title3d.obj
  16.         tlink -m @title3d.rsp >> tcc.out
  17.     
  18.